Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

fix: add missing kustomize versions for darwin/arm64#1780

Merged
patrickhoefler merged 1 commit intomainfrom
fix/kustomize
Feb 5, 2026
Merged

fix: add missing kustomize versions for darwin/arm64#1780
patrickhoefler merged 1 commit intomainfrom
fix/kustomize

Conversation

@patrickhoefler
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 5, 2026 13:41
@patrickhoefler patrickhoefler enabled auto-merge (squash) February 5, 2026 13:41
@patrickhoefler patrickhoefler merged commit 829e26c into main Feb 5, 2026
7 checks passed
@patrickhoefler patrickhoefler deleted the fix/kustomize branch February 5, 2026 13:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds missing kustomize versions for the darwin/arm64 platform, closing the gap between version 5.0.3 and 5.8.0. The changes update the version metadata and add configuration files for versions that are available for this platform.

Changes:

  • Updated the latest supported version from 5.0.3 to 5.8.0 for darwin/arm64
  • Added 12 new version configuration files (5.2.1, 5.3.0, 5.4.1-5.4.3, 5.5.0-5.8.0)
  • Updated the ignored versions list to document versions 5.1.0, 5.2.0, and 5.4.0 that should be skipped for platform-specific or technical reasons

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
v0/kustomize/meta.yaml Added version-specific ignore entries with explanations for 5.1.0 (no darwin/arm64 build) and 5.2.0 (wrong binary format), maintaining existing 5.4.0 entry
v0/kustomize/darwin-arm64/meta.yaml Updated latest version from 5.0.3 to 5.8.0
v0/kustomize/darwin-arm64/5.2.1.yaml Added version 5.2.1 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.3.0.yaml Added version 5.3.0 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.4.1.yaml Added version 5.4.1 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.4.2.yaml Added version 5.4.2 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.4.3.yaml Added version 5.4.3 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.5.0.yaml Added version 5.5.0 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.6.0.yaml Added version 5.6.0 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.7.0.yaml Added version 5.7.0 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.7.1.yaml Added version 5.7.1 with download URL and SHA256 checksum
v0/kustomize/darwin-arm64/5.8.0.yaml Added version 5.8.0 with download URL and SHA256 checksum

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

version:
earliest: 4.2.0
latest: 5.0.3
latest: 5.8.0
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 5.1.1 appears to be missing for darwin-arm64. This version exists for darwin-amd64 (v0/kustomize/darwin-amd64/5.1.1.yaml), linux-amd64, and linux-arm64 platforms. If this version should be excluded for darwin-arm64, it should be added to the ignoredVersions list in v0/kustomize/meta.yaml with an explanation. Otherwise, a 5.1.1.yaml file should be added to the darwin-arm64 directory.

Suggested change
latest: 5.8.0
latest: 5.8.0
ignoredVersions:
- version: 5.1.1
reason: "kustomize 5.1.1 was not released for darwin-arm64"

Copilot uses AI. Check for mistakes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants